home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / ui / util.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  576b  |  25 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9.  *
  10.  * $Log:    util.h,v $
  11.  * Revision 1.2  92/03/17  14:32:44  jonathan
  12.  * Prototyped and cleaned up.
  13.  * 
  14.  */
  15.  
  16. #ifndef _H_UTIL
  17. #define _H_UTIL
  18.  
  19. #include <cdialect.h>
  20.  
  21. int charlistlength _AP((char** list));
  22. void listlength _AP((List list));
  23. void find_value _AP((char* source, char* key, char* value, int value_size));
  24. #endif
  25.